home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 3.iso / toolbox / bin / fsn.README < prev    next >
Text File  |  1996-11-11  |  5KB  |  99 lines

  1.  
  2.                               toolbox/bin/fsn
  3.  
  4.  
  5.                            3D File System Navigator
  6.  
  7.  
  8.     April, 1996:  release of Fsn1.2
  9.  
  10.     Fsn 1.2 Requires IRIX 5.3 or later.  The main change from previous
  11.     versions was the upgrade to ELF, although there are a few additional
  12.     features such as a search capability.
  13.  
  14.     Fsn was written several years ago as an investigation in information
  15.     landscape navigation.  It was the progenetor of the current Tree
  16.     Visualizer in the Silicon Graphics MineSet(TM) product.  Fsn was
  17.     featured in the movie Jurassic Park. 
  18.  
  19.     Keep in mind that fsn is a prototype and an experiment.  It is neither
  20.     a full featured product nor a replacement for a filesystem manager
  21.     such as Indigo Magic.
  22.  
  23.  
  24.  
  25.     fsn (pronounced fusion) is a file system navigator in cyberspace.  It
  26.     lays out the directories in a hierarchy with each directory represented 
  27.     by a pedestal.  The height of the pedestal is proportional to the size 
  28.     of the files in the directory.  The directories are connected by wires,
  29.     on which it is possible to travel.  On top of each directory are boxes 
  30.     representing individual files.  The height of the box represents the 
  31.     size of the file, while the color represents the age.
  32.     
  33.     Fsn is intended as an investigation in information landscape navigation.
  34.     Although the file system was chosen as a system to navigate through,
  35.     similar paradigms could be applied to other trees and graphs, such as
  36.     call graphs.
  37.     
  38.     Keep in mind that fsn is a prototype and an experiment.  It is neither a
  39.     full featured product nor a replacement for a filesystem manager such as
  40.     Workspace.
  41.     
  42.     Fsn requires Z-buffering and RGB support.  You must be running IRIX
  43.     release 4.0.1 or greater.  It is recommended that you have at least
  44.     16MB of memory, especially on an Indigo, where Z buffering uses a lot
  45.     of memory.  On the Indigo, using split screen mode requires even more
  46.     memory.  On the Indigo, only the double buffered color map is used, so
  47.     the colors are not as pretty as on other machines.
  48.     
  49.     To install fsn, su, and from this directory, run install/fsn.install.
  50.     
  51.     Fsn should be invoked with a parameter specifying the top directory to
  52.     be looked at.  This directory can be "/", in which case the whole file
  53.     system is scanned.  Although the system works fine starting at "/",
  54.     startup time is somewhat longer, and movement can be chunky if you have 
  55.     more than about 1500 directories.  You may prefer to start at your home 
  56.     directory.  Even if you start at "/", you can still prune it to a small 
  57.     size using the Prune function.  After pruning you will need to restart 
  58.     fsn to reclaim the memory.
  59.     
  60.     When scanning a file system, fsn will not cross file system type
  61.     boundaries.  For example, it will not cross into an NFS file system.
  62.     However, it will cross mount points of the same type of file system.
  63.     
  64.     The first time fsn is run it will scan the whole file system.  Be
  65.     patient, this can take a few minutes.  After it has scanned the file
  66.     system it will save a database in your home directory so that subsequent
  67.     startups can be done in seconds rather than minutes.  On subsequent runs
  68.     the database will be read, making fsn quickly available.
  69.     
  70.     Using fsn is easy.  The manual page goes into a lot of detail, but here 
  71.     is a quick overview.
  72.     
  73.     The left mouse can be used to select directories and files.  Clicking on 
  74.     a directory or file will select it and zoom in.
  75.     
  76.     Double click with the left mouse will execute or view a file, and "Warp"
  77.     into a directory, where there is a different viewing paradigm.
  78.     
  79.     The middle mouse can be used to navigate.  While holding down the middle 
  80.     button, move the mouse in the direction you want to go.  The farther you
  81.     move the mouse from where you clicked, the faster you go.  Shift-middle 
  82.     mouse also moves you up and down while moving forward and backward.
  83.     
  84.     The right mouse pops up the file menu, which can also be found on the
  85.     menu bar.
  86.     
  87.     There is also an overview window (which can be hidden if you don't want 
  88.     it).  This window shows you all the directories, and where you are.  You
  89.     can also use it to select (left mouse), or move (middle mouse).
  90.     
  91.     You may also want to experiment with the landscapes.  The landscapes
  92.     control the colors of sky and ground, and can be selected with the
  93.     -landscape option.  Be aware that the landscapes that use Gouraud
  94.     shading will not look all that good on an Indigo.
  95.     
  96.  
  97.     Your comments are appreciated.  Send any mail to joel@sgi.com.
  98.     
  99.